home *** CD-ROM | disk | FTP | other *** search
/ Ultra 33 Video Bundle / Ultra 33 Video Bundle - Disc 2.iso / graphics / intrface.dir / 00001_Script_1 < prev    next >
Text File  |  1995-08-21  |  695b  |  25 lines

  1. on startmovie
  2.   
  3.   global time
  4.   Set the keyupscript to "Checkkey"
  5.   set the visibility of sprite 21 to 0
  6.   set the visibility of sprite 22 to 0
  7.   set the visibility of sprite 23 to 0
  8.   set the visibility of sprite 24 to 0
  9.   set the visibility of sprite 25 to 0
  10.   set the visibility of sprite 26 to 0
  11.   set the visibility of sprite 27 to 0
  12.   set the visibility of sprite 28 to 0
  13.   set the visibility of sprite 29 to 0
  14.   set the visibility of sprite 30 to 0 
  15.   
  16. end startmovie
  17. on checkkey
  18.   if the key = "q"  then quit
  19.   if the key = "h" then play frame "hide"
  20.   if the key = "j" then play frame "choice"
  21.   if the key = "a" then play frame "about"
  22. end if
  23. end if
  24. end if
  25. end